home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9341 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.PBI.net!usenet
  2. From: mich@pbinet.com
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help for TSR
  5. Date: 9 Mar 1996 16:24:23 GMT
  6. Organization: Pacific Bell Internet Services
  7. Message-ID: <4hsbbn$efq@SNFC21_SRVR_WWW.PBI.net>
  8. References: <4hk9n8$cru@ccshst05.cs.uoguelph.ca>
  9. Reply-To: mich@pbinet.com
  10. NNTP-Posting-Host: ppp-5-36.rdcy01.pbinet.com
  11. X-Newsreader: IBM NewsReader/2 v1.03
  12.  
  13. In <4hk9n8$cru@ccshst05.cs.uoguelph.ca>, mduda@uoguelph.ca (Michael Duda) writes:
  14.  
  15. >This might be the wrong area, but i am going to try it anyways.
  16. >I am trying to write a TSR that stores every character that the user hits 
  17. >on the keyboard  into a file on disk.. is this possible? if not on disk, 
  18. >i would like to store it in memory somewhere and then access it from 
  19. >there somehow.. could anybody help me? thanks.
  20.  
  21. Possible? Its been done. Too many times to be remarkable. If you don't have one,
  22. get a book on interrupt vectors and general low-level system programming.
  23. Everything you need will be right there. I have such a book in fact, here the title;
  24. PC Programmer's Guide to Low-Level Functions and Interrupts, its a Sam's.
  25.  
  26.